home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 050 / bix03.arc / PROBLEMS.DOC < prev    next >
Text File  |  1986-08-04  |  975b  |  20 lines

  1. TITLE:PROBLEMS COMPILING THE SOURCE
  2. There are the following problems in the source as downloaded which
  3. prevent the program from compiling.  These are :-
  4.  
  5.  1. In STRINGS.LIB longstring is not declared for function constastr
  6.  2. In STRINGS.LIB Str80 is not declared for function UpcaseStr
  7.  3. In STRINGS.LIB CharSet is not typed for procedure InputStr
  8.  4. Strip in STRINGS.LIB conflicts with different Strip in WINDOW.SYS
  9.  5. Parse in STRINGS.LIB conflicts with different Parse in WINDOW.SYS
  10.  6. DisplayLine, ClrEol & ReadKey are duplicated in DISPLAY.SYS
  11.     & WINDOW.SYS
  12.  7. Noise & Beep are duplicated in STRINGS.LIB & WINDOW.SYS
  13.  8. ConstStr in WINDOW.SYS and ConstaStr in STRINGS.LIB are identical
  14.     except for string declaration.
  15.  9. NewLine is duplicated in TEXTWIND.PAS & WINDOW.SYS
  16.  
  17. As an interim solution I simply renamed the conflicting procedures and
  18. added types and vars in textwind.pas.  That let me get the program
  19. compiled and operational.
  20.